Java View all facts Glossary Help |
type > primitive type > boolean^2 |
boolean^2 | ||||
subject | fact |
boolean^2 | can have value true or false | |
has default value false | ||
is a subtopic of Variables and Data Types | ||
is an instance of primitive type | ||
may not be cast to or from any other type | ||
may not be treated as an integer as in C | ||
primitive type | evaluates to the value stored in the variable | |
has part primitive type name | ||
is not an object | ||
is normally used instead of wrapper class instances for arithmetic | ||
type | limits the possible values that a variable can hold or that an expression can produce at run time | |
specifies a set of value |